home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol C-14
/
Vol C-14.iso
/
games
/
sheepsho.swf
/
scripts
/
frame_233
/
DoAction.as
Wrap
Text File
|
2012-04-23
|
354b
|
21 lines
function B1(t)
{
return t * t;
}
function B2(t)
{
return 2 * t * (1 - t);
}
function B3(t)
{
return (1 - t) * (1 - t);
}
level = 1;
score = 0;
hitobsok = 0;
obstacletime = random(100) + 50;
setProperty("obstacle1", _Y, 224);
setProperty("obstacle2", _Y, 224);
setProperty("obstacle3", _Y, 224);
choose = (random(3) + 1) * 2;